home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
Unstuff
/
Other Compression
/
MacunZip.sit
/
MACUNZIP.
/
CRC32.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-09-24
|
187 b
|
10 lines
|
[
TEXT/ttxt
]
long crc32val;
/* update running CRC calculation with contents of a buffer */
#ifndef OLDC
void UpdateCRC(unsigned char *s, register int len);
#else
void UpdateCRC();
#endif /* OLDC */